LassoScript Utility
Basics Browse Detail

[Email_POP->Authorize]

Tag Link [Email_POP->Authorize] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_POP->Authorize] can be used to authorize as a given user on an email server. The same parameters which this tag accepts can also be entered directly into the [Email_POP] tag in order to perform the authorization as soon as a connection to the remote server is made.

The tag requires two parameters: a -Username and -Password. An optional parameter -APOP=True/False allows APOP authentication to be turned on or off.

Syntax

[Var: 'myPOP' = (Email_POP: -Host='mail.example.com')]
[$myPOP->(Authorize: -Username='Example', -Password='Example')]
[Iterate: $myPOP, (Var: 'UniqueID')]
...
[/Iterate]
[$myPOP->Close]

Parameters

Required Parameters
-Username The username on the POP server.
-Password The password for the username on the POP server.
Optional Parameters
-APOP Set to true if APOP authentication is required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.